home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
space_bo.swf
/
scripts
/
DefineSprite_182
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
131 b
|
7 lines
moveX = random(5);
moveY = 12 + random(5);
this._x += _parent._parent.speed + moveX;
this._y -= moveY;
moveY -= 0.5;
play();